header {
    height: 126px;
    line-height: 126px;
}
.login {
    height: 81px;
    width: 226px;
}
header .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .tab {
    display: flex;
    justify-content: space-between;
}
header .tab .tab-item {
    padding: 0 20px;
}
header .tab .tab-item a {
    font-size: 22px;
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    color: #272727;
    position: relative;
}
header .tab .tab-items a {
    color: #F39700;
}
header .tab .tab-items a:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
    border-radius: 1px;
    background-color: #F39700;
}
footer {
    background-color: #f5f5f5;
}
.footer {
    width: 1200px;
    margin: 0 auto;
    height: 318px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left {
    height: 240px;
    border-right: 2px solid rgba(210, 204, 194, 0.3);
    display: flex;
    align-items: center;
    padding-right: 60px;
    margin-right: 80px;
}
.footer-left-img {
    width: 207px;
    height: 129px;
}
.footer-right {
    flex: 1;
}
.footer-right-tab {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(210, 204, 194, 0.27);
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
}
.footer-right-tab-item {
    width: 25%;
    text-align: center;
    position: relative;
}
.footer-right-tab-item>a {
    font-size: 18px;
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    color: #1A1A1A;
}
.footer-right-tab-item:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #808080;
    height: 18px;
    width: 2px;
}
.footer-right-tab-item:last-child:before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #808080;
    height: 18px;
    width: 2px;
}
.footer-right-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-right-bottom-left-font {
    font-size: 14px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
}
.footer-right-bottom-left-font3 {
    margin-bottom: 25px;
}
.footer-right-bottom-left-fonts {
    font-size: 14px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
}
.footer-right-bottom-right {
    background-color: #000000;
    width: 130px;
    height: 130px;
}
.footer-right-bottom-right-img {
    width: 100%;
    height: 100%;
}
.footer-bottom {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #DBDBDB;
    text-align: center;
    font-size: 14px;
    font-family: 'Adobe Heiti Std';
    font-weight: normal;
    color: #1A1A1A;
}













































